atspi: Fix a thinko in action filtering
authorMatthias Clasen <mclasen@redhat.com>
Fri, 16 Oct 2020 01:28:11 +0000 (21:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 16 Oct 2020 01:31:58 +0000 (21:31 -0400)
commit3eae91255d2ed9a856ac8ddfa82e68b737b7f1f9
tree5835981fee1379a4036892c7ca29b81111aee3b9
parent5bbacc647c0fef2403d6ea3ce26c57939685d5ff
atspi: Fix a thinko in action filtering

get_action_at_index() was trying hard to find out
which actions are valid, only to then return the
invalid ones anyway.
gtk/a11y/gtkatspiaction.c